home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Applications / MacPerl 5.0.3 / MacPerl Source ƒ / MacPerl5 / pod / modpods / Fcntl.pod < prev    next >
Encoding:
Text File  |  1994-12-26  |  554 b   |  21 lines  |  [TEXT/MPS ]

  1. =head1 NAME
  2.  
  3. Fcntl - load the C Fcntl.h defines
  4.  
  5. =head1 SYNOPSIS
  6.  
  7.     use Fcntl;
  8.  
  9. =head1 DESCRIPTION
  10.  
  11. This module is just a translation of the C F<fnctl.h> file.
  12. Unlike the old mechanism of requiring a translated F<fnctl.ph>
  13. file, this uses the B<h2xs> program (see the Perl source distribution)
  14. and your native C compiler.  This means that it has a 
  15. far more likely chance of getting the numbers right.
  16.  
  17. =head1 NOTE
  18.  
  19. Only C<#define> symbols get translated; you must still correctly
  20. pack up your own arguments to pass as args for locking functions, etc.
  21.